-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement - Move Redis URL Configuration from config.toml to an Environment Variable #921
Conversation
@bekossy, any reason why we are still experiencing this timeout error? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are still reading it from here :
https://github.com/bekossy/agenta/blob/main/agenta-backend/agenta_backend/utils/redis_utils.py#L13
It failed because it timed out while waiting for the request but it’s all good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please adjust the method's description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aybruhm Thank youuu!
Description
This PR moves redis url configuration from config.toml to an environment variable
Related Issue
Closes #915